Skip to content

Write down the field that blocks a first visionOS submission - #61

Merged
temoki merged 1 commit into
mainfrom
appstore/app-motion
Aug 26, 2026
Merged

Write down the field that blocks a first visionOS submission#61
temoki merged 1 commit into
mainfrom
appstore/app-motion

Conversation

@temoki

@temoki temoki commented Aug 26, 2026

Copy link
Copy Markdown
Owner

The visionOS submission was refused with:

審査プロセスを開始するには、以下の項目が必要です:もしアプリに激しい動きや頻繁な動きが含まれている場合は、記載する必要があります。

Everything this repository owns was in order — three listings pushed and diffing clean, screenshots uploaded, privacy §6 live, the tag matching MARKETING_VERSION. The missing thing was App Motion, a required app-level property for every visionOS app, set at App Store Connect → App Information.

It is invisible from here by construction: deliver has no such metadata field, so metadata_push cannot set it and metadata_check cannot notice it missing. Nothing warns until the submission itself refuses, and the message names neither the field nor where it lives.

The answer is recorded along with the trap, because it is a question that invites hedging — there is motion on screen, after all. Apple's test is narrower: whether the virtual camera moves without the user moving their head or body. This app never moves it. The drawing is placed once and stays where it was put, the tortoise walking the paper is an object a twelfth of the sheet's width, and changing the placement moves the sheet rather than the viewer. So: No, this app doesn't contain high motion.

Filed next to the other two things that block a first submission from outside our code — App Review Information having to exist before deliver will run, and What's New not existing until a platform's second release.

Provide app motion information — App Store Connect Help

App Motion is required for every visionOS app, lives on the app rather
than the version, and exists nowhere in appstore/ — deliver has no such
metadata field, so the push cannot set it and metadata_check cannot miss
it. Everything the repository owns was in order and the submission was
still refused, with a sentence about violent or frequent motion that does
not say where to go.

The answer and its reasoning go down with it, because it is the kind of
question that invites hedging: Apple's test is whether the virtual camera
moves without the user moving their head or body, and this app never moves
it — the drawing is placed once and stays, and the tortoise on the paper
is an object, not a camera.
@temoki
temoki merged commit 4775d46 into main Aug 26, 2026
7 checks passed
@temoki
temoki deleted the appstore/app-motion branch August 26, 2026 23:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant